home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 125
/
Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso
/
Business
/
Dazzler
/
DAZZLER.Z
/
CMenuAction.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1997-11-26
|
539 b
|
15 lines
import java.io.DataInputStream;
public class CMenuAction extends CAction {
public CMenuAction() {
super(46);
}
boolean LoadFromFile(DataInputStream var1) {
CMenuItemList var2 = new CMenuItemList();
((CObList)var2).LoadFromFile(var1);
System.out.println("Warning: Menu Action not supported in this version");
return super.LoadFromFile(var1);
}
}